home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / Duck Report / _SETUP.1 / DRLib.inc < prev    next >
Encoding:
Text File  |  1999-10-23  |  453 b   |  20 lines

  1. {$DEFINE DRVERSION_FREE}            {- Freeware Version}
  2. {.$DEFINE DRVERSION_FULL}            {- Source code Version}
  3.  
  4.  
  5. {.$DEFINE THAI_VERSION}            { For Thai language Only }
  6. {.$DEFINE DELPHI3}
  7.  
  8.  
  9. {
  10.  -----------
  11.  I found bug for native MSACCESS driver
  12.  if you enabled VERIFY_MSACCESS Duck Report will:
  13.  
  14.  1. not use thread (Thread := FALSE)
  15.  2. not select multi alias in query
  16.  3. Replace ' with '[' or ']'
  17. }
  18.  
  19. {$DEFINE VERIFY_MSACCESS}            {VERIFY MSACCESS}
  20.